*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type:none ;
}
.logo{
    width: 150px;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
}
.nav-txt{
    display: flex;
    align-items: center;
}
.nav-txt ul{
    display: flex;
    align-items: center;
    gap: 2em;
    list-style-type: none;
}
.nav-txt ul li a{
    text-decoration: none;
    color: black;
    font-size: 1.1em;
    font-weight: 500;
}
nav span{
    border: 2px solid black;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: black;
}
nav span a{
    color: white;
    text-decoration: none;
}
#country{
    padding: 10px 2px;
    width: 50px;
}
.fa-bars{
    font-size: 2em;
    display: none;
}
.prod-dropdown{
    position: absolute;
    background-color: white;
    width: 16%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(128, 128, 128, 0.61);
    top: 90px;
    left: 530px;
    z-index: 999;
}
.prod{
    width: 60%;
    margin: auto;
    line-height: 40px;
    display: none;
}
.menu1 .prod-dropdown .prod li a{
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.menu1:hover .prod{
    transition: 1s;
    display: block;
}

/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:500px){
    header{
        width: 100%;
    }
    nav{
        display: flex;
        justify-content: space-between;
    }
    .logo{
        width: 150px;
        padding-right: 50px;
    }
    .nav-txt ul li {
        display: none;
    }
    .fa-bars{
        display: block;
    }
    nav span {
        display: none;
    }
}
@media screen and (min-width:320px) and(max-width:900px) {
    .nav-logo{
        width:200px ;
        padding-right: 50px;
    }
    nav{
        display: flex;
        justify-content: space-between;
    }
    .nav-txt ul li{
        display: none;
    }
    .fa-bars{
        display: block;
    }
}
@media screen and (min-width:400px) and (max-width:900px)  {
    .nav-txt ul li{
        display: none;
    }
    .fa-bars{
        display: block;
    }
}
@media screen and (min-width:900px) and (max-width:1200px) {
    nav{
        width: 100%;
        justify-content: space-between;
    }
    .nav-txt ul li {
        display: none;
    }
    .fa-bars{
        display: block;
        font-size: 5em;
        padding-top:10px ;
    }
}


/*--FAQ--*/
h1{
    font-size: 2.5em;
    padding-left: 100px;
    margin: 50px;
}
.question-box{
    border: 2px solid black;
    border: none;
    width: 80%;
    margin: 80px auto;
}
.row1{
    display: flex;
    align-items: center;
    gap: 4em;
    margin-bottom: 20px;
    border: 2px solid black;
    border: none;
}
.rows{
    border: 2px solid black;
    padding: 12px 15px;
    background-color: #F3FAF7;
    border-radius: 8px;
    border: none;
}
.rows a{
    color: black;
    font-size: 1em;
    text-decoration: none;
    font-weight: 400;
}
.rows:hover{
    background-color: #171D32;
    font-weight: 700;
}
.rows a:hover{
    color: white;
}


@media screen and (min-width:120px) and (max-width:800px) {
    h1{
    font-size: 2.3em;
    width: 100%;
    padding-left: 50px;
    margin: 50px auto;
}
.question-box{
    width: 90%;
}
.row1{
    gap: 1em;
    display: flex;
    flex-wrap: wrap;
}
.rows a{
    font-size: 1.2em;
}
}
@media screen and (min-width:800px) and (max-width:1300px) {
    h1{
    font-size: 3em;
    width: 100%;
    padding-left: 50px;
    margin: 50px auto;
}
.question-box{
    width: 90%;
}
.row1{
    gap: 1em;
    display: flex;
    flex-wrap: wrap;
}
.rows a{
    font-size: 1.8em;
}
}

/*--Accordion--*/
.accordion-item{
    margin-bottom: 20px;
}
.accordion-button{
    padding: 10px;
}
/*--MD QUERY--*/
@media screen and (min-width:120px) and (max-width:800px) {
    .accord-cont{
        width: 100%;
    }
}
@media screen and (min-width:800px) and (max-width:1300px) {
    .accord-cont{
        width: 100%;
    }
    .accordion-button h5{
        font-size: 2.5em;
    }
    .accordion-body{
        font-size: 2em;
    }
}
/*--ContactBox--*/
.contactus{
    border:1px solid #3CBA67;
    background-color: #f9fdfc;
    border-radius: 15px;
    width: 75%;
    margin: 100px auto;
    overflow: hidden;
    position: relative;
}
.text-div{
    text-align: center;
    padding: 60px;
}
.text-div h3{
    font-weight:700;
}
.text-div p{
    font-size: 1.1em;
    margin-bottom: 50px;
}
.contact{
    border: 2px solid black;
    background-color: black;
    padding: 18px 50px ;
    border-radius: 33px 33px;
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}

.img1{
    width: 100px;
    left: 800px;
    top: 220px;
    position: absolute;
}
.img2{
    width: 170px;
    top: -60px;
    left:-40px;
    position: absolute;
    transform: rotate(-50dg);
}
/*--MD-query--*/
@media screen and (min-width:120px) and (max-width:800px) {
    .contact{
    border: 2px solid black;
    background-color: black;
    padding: 10px 30px ;
    border-radius: 33px 33px;
    color: white;
    font-size: 1em;
    text-decoration: none;
}
.img2{
    width: 170px;
    top: -80px;
    left:-40px;
    position: absolute;
    transform: rotate(-50dg);
}
.contactus{
    width: 80%;
}
}


/*--lastsect--*/
.phone-img{
    width: 230px;
}
.qr-code{
    width: 100px;
}
.lastfaq-sect{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 60px;
}
.text h3{
    margin-bottom: 20px;
    font-size: 2.5em;
}
.gpapp-img{
    display: inline-block;
    padding: 20px;
}
.qr-div{
    padding: 20px;
    display:flex ;
    gap: 2em;
    align-items: center;
}
.qr-div p{
    font-size: 1.1em;
    color: rgb(190, 183, 183);
}
/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:800px) {
   .lastfaq-sect{
    display:block;
}
.phone-img{
    width: 300px;
    margin-bottom: 20px;
    padding-left: 100px ;
}
.text h3{
    margin-bottom: 20px;
    font-size: 2.3em;
    padding-left: 30px;
    font-weight: 700;
}
.qr-div{
    display: block;
}
.qr-code{
    margin-bottom: 30px;
}
.border{
    display: none;
}
}

/*--footer-*/
footer{
    background-color:#171D32 ;
}
.footer-div{
    padding-top: 50px;
    padding-bottom: 58px;
    width: 80%;
    margin: 0px auto;
}
.li-div{
    display: flex;
    gap: 2em;
    margin-bottom: 60px;
}
.li-div ul li a{
    color: white;
    font-size: 1em;
    text-decoration: none;
    line-height: 30px
}
.footer-div h4{
    color: white;
    font-size: 1.5em;
    padding-left: 29px;
}
.buttom-li ul{
    display: flex;
    gap: 2em;
}
.buttom-li ul a{
    color: white;
    text-decoration: none;
    font-size: 1em;
}
.footer-img{
    padding-left: 400px;
    padding-top: 80px;
    line-height: 50px;
    width: 50px;
}
.sm-handles{
    display: flex;
    gap: 2.3em;
    padding-left: 40px;
}
.fbk{
    width: 10px;
}
.twitter{
    width: 20px;
}
.gp-icon:hover{
     transform: translateY(-10px);
     animation: floatUpDown 2s ease-in-out;
}

.apple-icon:hover{
     transform: translateY(-10px);
     animation: floatUpDown 2s ease-in-out;
}
@keyframes floatUpDown{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(0);
    }
}
/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:800px){
    .footer-div{
        width: 80%;
        margin: 0px auto;
    }
    .li-div{
        display: block;
        margin-bottom:0px;
    }
    .buttom-li ul{
        display: block;
    }
    .sm-handles{
        padding: 20px;
    }
    .footer-img{
    padding-left: 30px;
    padding-top: 0px;
    line-height: 50px;
    width: 40px;
    }
}
@media screen and (min-width:800px) and (max-width:1300px){
    .li-div ul li a{
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .footer-div{
        width: 100%;
        margin: 0px auto;
    }
    .footer-img{
    padding-left:-0px;
    padding-top: 0px;
    line-height: 50px;
    width: 30px;
    }
    .sm-handles{
        padding-right: 20px;
    }
    .buttom-li ul{
    display: flex;
    gap: 2em;
    font-size: 1.1em;
}

}